Remove<TService>() Method

Summary

Removes a service from the collection with a given type.

Syntax
C#
VB
C++
public void Remove<TService>() 
  
Public Overloads Sub Remove(Of TService)()  
public: 
void Removegeneric<typename TService> 
();  

Type Parameters

TService
The type of the service to remove.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly